home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
gui
/
precog2_1.lha
/
Precognition2_1
/
include
/
parms.h.ORIG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-06
|
117 b
|
11 lines
#ifndef PARMS_H
#define PARMS_H
#ifdef ANSI_HEADERS
#define __PARMS(s) s
#else
#define __PARMS(s) ()
#endif
#endif